home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / ACK3D.ZIP / TRIG / ANGLE.H next >
Text File  |  1993-08-20  |  1KB  |  42 lines

  1. /*============================================================================
  2. ACK-3D - Animation Construction Kit 3D
  3.  
  4. Original Author:
  5.     Lary Myers
  6.     5 Jacob Street
  7.     Ballston Lake, NY 12019
  8.     Compuserve: 72355,655
  9.  
  10. Portions by:
  11.     John Gaines, Jr.
  12.     3512 Pear Tree Court #23
  13.     Silver Spring, MD 20906-2577
  14.     Home phone: (301) 871-2635
  15.     Compuserve: 73747,3557
  16.  
  17. File:    angle.h  --  
  18.  
  19. Descr:    
  20.  
  21.   ***revision-history***
  22. 1 ANGLE.H 18-Aug-93,0:04:44 Removed angle defines to this header so they
  23.      could be included in TRIG.C without the rest of ACK3D.H.
  24. 2 ANGLE.H 20-Aug-93,2:07:48 Lary's CS #.
  25.   ***revision-history***
  26. ============================================================================*/
  27. #define INT_ANGLE_1        5
  28. #define INT_ANGLE_2        10
  29. #define INT_ANGLE_4        20
  30. #define INT_ANGLE_6        30
  31. #define INT_ANGLE_30    160
  32. #define INT_ANGLE_45    240
  33. #define INT_ANGLE_90    480
  34. #define INT_ANGLE_135    720
  35. #define INT_ANGLE_180    960
  36. #define INT_ANGLE_225    1200
  37. #define INT_ANGLE_270    1440
  38. #define INT_ANGLE_315    1680
  39. #define INT_ANGLE_360    1920
  40.  
  41. /* EOF */
  42.